I recently followed the OpenCV tutorial Series and I got a idea to build a maze solving robot with raspberry pi 3 and opencv. with that in my mind i google about that and i found a maze solving algorithm, but it was written in python 2.7 (my guess) https://github.com/raincrash/image_processing/blob/master/maze_solver/maze_solver.py
while running following line gave a valueerror turns out they add another return value to opencv